home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Ham⁄GPS / SoftKiss.src.1.8 Folder / SoftKiss.src.1.8 / core / sfk_core_tick.c < prev    next >
Text File  |  1992-05-19  |  315b  |  20 lines

  1. /*
  2.  * SoftKiss - clock tick handler
  3.  * by Aaron Wohl / N3LIW (aw0g+@andrew.cmu.edu) jul 1990
  4.  * 6393 Penn Ave #303
  5.  * Pittsburgh PA, 15206
  6.  * work: (412)-268-5032
  7.  * home: (412)-731-6159
  8.  */
  9.  
  10. #include "sfk_core.h"
  11. #include "sfk_core_private.h"
  12.  
  13. /*
  14.  * perform periodic actions
  15.  */
  16. void sfk_tick(sfk_iio_pt cmd)
  17. {
  18. }
  19.  
  20.